JavaScript

{grid.object}setErrors Method

Syntax

{grid.Object}.setErrors(errors)

Arguments

errors

The error message to be displayed.

Description

Display error messages for fields in the Grid part.

Discussion

'errors' is a Javascript array of JSON objects. The JSON object has two properties: 'id' - the id of the object for which the error occurred, and 'message' - the error message.

See Also